home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGEDITTEXT / TDLGEDITTEXT.txt
Text File  |  2004-12-09  |  5KB  |  232 lines

  1. object dlgEditText: TdlgEditText
  2.   Left = 676
  3.   Top = 335
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Text Properties'
  7.   ClientHeight = 281
  8.   ClientWidth = 427
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 409
  22.     Height = 230
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 28
  27.     Top = 26
  28.     Width = 24
  29.     Height = 13
  30.     Caption = 'Text:'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 220
  34.     Top = 89
  35.     Width = 27
  36.     Height = 13
  37.     Caption = 'Color:'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 28
  41.     Top = 90
  42.     Width = 24
  43.     Height = 13
  44.     Caption = 'Font:'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 28
  48.     Top = 122
  49.     Width = 37
  50.     Height = 13
  51.     AutoSize = False
  52.     Caption = 'Size:'
  53.   end
  54.   object Label5: TLabel
  55.     Left = 173
  56.     Top = 122
  57.     Width = 43
  58.     Height = 13
  59.     Alignment = taRightJustify
  60.     AutoSize = False
  61.     Caption = 'Style:'
  62.   end
  63.   object Label6: TLabel
  64.     Left = 28
  65.     Top = 185
  66.     Width = 133
  67.     Height = 13
  68.     AutoSize = False
  69.     Caption = 'Text Background Color:'
  70.   end
  71.   object Label7: TLabel
  72.     Left = 20
  73.     Top = 64
  74.     Width = 62
  75.     Height = 13
  76.     Caption = 'Font Style:'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.   end
  84.   object Label8: TLabel
  85.     Left = 20
  86.     Top = 160
  87.     Width = 48
  88.     Height = 13
  89.     Caption = 'Options:'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.   end
  97.   object edtText: TEdit
  98.     Left = 68
  99.     Top = 22
  100.     Width = 333
  101.     Height = 21
  102.     Hint = 'The text to add'
  103.     TabOrder = 0
  104.     OnChange = edtTextChange
  105.   end
  106.   object cmbFonts: TExFontComboBox
  107.     Left = 68
  108.     Top = 85
  109.     Width = 141
  110.     Height = 22
  111.     Hint = 'The font of the text'
  112.     DropDownCount = 16
  113.     TabOrder = 1
  114.     OnChange = cmbFontsChange
  115.     TTonly = False
  116.     UseItemFont = True
  117.   end
  118.   object chkboxBold: TCheckBox
  119.     Left = 232
  120.     Top = 121
  121.     Width = 49
  122.     Height = 16
  123.     Hint = 'Set the text as bold'
  124.     Caption = 'Bold'
  125.     Font.Charset = DEFAULT_CHARSET
  126.     Font.Color = clWindowText
  127.     Font.Height = -11
  128.     Font.Name = 'MS Sans Serif'
  129.     Font.Style = []
  130.     ParentFont = False
  131.     TabOrder = 4
  132.     OnClick = chkboxBoldClick
  133.   end
  134.   object chkboxItalic: TCheckBox
  135.     Left = 284
  136.     Top = 121
  137.     Width = 49
  138.     Height = 17
  139.     Hint = 'Set the text as italicized'
  140.     Caption = 'Italic'
  141.     Font.Charset = DEFAULT_CHARSET
  142.     Font.Color = clWindowText
  143.     Font.Height = -11
  144.     Font.Name = 'MS Sans Serif'
  145.     Font.Style = []
  146.     ParentFont = False
  147.     TabOrder = 5
  148.     OnClick = chkboxItalicClick
  149.   end
  150.   object sedtFontSize: TSpinEdit
  151.     Left = 68
  152.     Top = 117
  153.     Width = 61
  154.     Height = 22
  155.     Hint = 'The size of the font'
  156.     MaxValue = 0
  157.     MinValue = 0
  158.     TabOrder = 2
  159.     Value = 0
  160.     OnChange = sedtFontSizeChange
  161.   end
  162.   object btnOK: TsitBitBtn
  163.     Left = 244
  164.     Top = 245
  165.     Width = 84
  166.     Height = 25
  167.     Caption = 'OK'
  168.     Default = True
  169.     ModalResult = 1
  170.     TabOrder = 9
  171.     OnClick = btnOKClick
  172.     Images = frmMain.ImageList1
  173.     ImageIndex = 0
  174.   end
  175.   object btnCancel: TsitBitBtn
  176.     Left = 332
  177.     Top = 245
  178.     Width = 84
  179.     Height = 25
  180.     Cancel = True
  181.     Caption = 'Cancel'
  182.     ModalResult = 2
  183.     TabOrder = 10
  184.     OnClick = btnCancelClick
  185.     Images = frmMain.ImageList1
  186.     ImageIndex = 1
  187.   end
  188.   object cmbColor: TColorComboBox
  189.     Left = 260
  190.     Top = 84
  191.     Width = 141
  192.     Height = 22
  193.     Hint = 'The color of the text'
  194.     HTMLcolor = '#000000'
  195.     ColorValue = clBlack
  196.     TabOrder = 3
  197.     OnChange = cmbColorChange
  198.   end
  199.   object cmbBGColor: TColorComboBox_Trans
  200.     Left = 152
  201.     Top = 180
  202.     Width = 153
  203.     Height = 22
  204.     Hint = 'The color displayed behind the text'
  205.     HTMLcolor = '#000000'
  206.     ColorValue = clNone
  207.     TabOrder = 7
  208.     OnChange = cmbBGColorChange
  209.   end
  210.   object chkUnderline: TCheckBox
  211.     Left = 336
  212.     Top = 121
  213.     Width = 73
  214.     Height = 17
  215.     Caption = 'Underline'
  216.     TabOrder = 6
  217.     OnClick = chkUnderlineClick
  218.   end
  219.   object chkCenterLocked: TCheckBox
  220.     Left = 28
  221.     Top = 209
  222.     Width = 285
  223.     Height = 17
  224.     Hint = 
  225.       'Specifies that the text will always be horizontally centered wit' +
  226.       'hin the displayed page'
  227.     Caption = 'Lock the text position to the center of the page'
  228.     TabOrder = 8
  229.     OnClick = chkCenterLockedClick
  230.   end
  231. end
  232.